Wellcome ,					(This file is developed in TURBO 3.0 C++)

	This header file is simple to attached . 
	It not only improves you face of DOS program,
	but also make ti user friendly.

	I contains four main fuction callw, call, calloutput 
& calloutput2v.There are also three function helpfn,logo,bottom.
All these function can be accesed directly after attcheing header file .

IMPORTANT: USING YOU LOGO & BOTTOM:-
		 USE INSERT BUTTON & CHANGE THE TEXT OF FUNCTION Bottom & Logo.
	NOTE There shoould be exact 80 words including spacing.Use example.cpp to customise. 


Follwing are the function :-

  float callw(int win_no,char*txt,char*help,char*guide);
	callw --> Print statement asking value & return the value
  NOTE : set value of globle int reqguide=0 if donot require sugested value & Donot wtie any thing at laste .
Ex-.	callw(1,"Hello.  What your age ?","Please print your age (in numbers)","You age");

   void call(int win_no,char*txt,char*help);  		
	call --> Use to Display only the text at appropreat location (window No.)
Ex-.	call(2,"Vist our web page memberediff.com/mechboy/index.htm","Vist for exiting software");

  void calloutput(float win_no,char*txt,float data);
	calloutput --> To display text and some value
Ex-.	calloutput(1,"Your age at you Class 1" 5);

   void calloutput2v(int win_no,char*txt,float data,float data2);
	calloutput2v --> To display text and diplay value having some relation with other value.
Ex-.	calloutput2v(1,"Your age at you Class", 1, 5);

   void helpfn(*txt);
	helpfn--> Display Help at botton     THIS IS MOST POWERFULL PART WHICH MAKES IT USER FRIENDLY
	helpfn(" Help me? ......");
   
   void Bottom(void)
   void Logo(void)
	Both these function clear the screen & write TOP Logo & Bottom line.

NOTE: Difference between calloutput & calloutput2v is clear from example & below line
	calloutput can display--> Value of angle is          300
	calloutput can display--> Value of angle 30          300
				where 30 is 'data' & 300 is data2  

	 SEE EXAMPLE.CPP

Globle variables
		int indicate=1, reqguide=0;
		NOTE Set value of reqguide=0 in main funtion if donot require suggested value in
			callw function 


This file is developed in TURBO 3.0 C++. It may possibly not run in VC++.

If problem persist Mail me mechboy@rediffmail.com  & 
visit member.rediff.com/mechboy/index.htm
Mail your reaction . 
